home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap14 / Threads / Resource.h next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  437 b   |  15 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8.  
  9. #define IDM_THREAD_1            110
  10. #define IDM_THREAD_2            111
  11. #define IDM_THREAD_3            112
  12. #define IDM_THREAD_4            113
  13. #define IDM_FRIENDLY_THREADS    114
  14. #define IDM_EXIT                115
  15.